Will GMails Greasemoney API help me: composing and sending messages, adding a button to the compose view, listing and sending drafts [migrated]
Posted
by
Kent
on Programmers
See other posts from Programmers
or by Kent
Published on 2012-11-20T18:52:49Z
Indexed on
2012/11/20
23:20 UTC
Read the original article
Hit count: 219
JavaScript
|api
I want to create a Greasemonkey script for GMail and I've browsed through the GMail Greasemonkey 1.0 API documentation. I haven't fully understood what the API actually provides, which leads me to ask a few concrete questions. How will the API help if I want to:
- Add a button to the Compose view which executes some of my code.
- Compose and send a new message from scratch.
- List the current drafts.
- Pick a draft and send it.
From what I can see it'll help me with 1 above, but I don't see any real interaction API parts which can help me with 2-4.
© Programmers or respective owner